home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / BBS / MANSION / Mansion9Install#2 / Visitor < prev    next >
Text File  |  1992-11-27  |  1KB  |  45 lines

  1. ;MOVE HD 60:Mansion BBS ƒ:SOSNEWMAN:NEWUSERLOG,&10
  2. ;MOVE HD 60:Mansion BBS ƒ:SOSNEWMAN:NEWNAMELIST,&11
  3. /BEGIN
  4. COMMANDR 12,0
  5. IFV @USERID,<,1
  6.      REVERSE /BEGIN
  7. ENDIF
  8. ;
  9. MOVE @LIMIT,&50
  10. LOADUSERINFO
  11. LIMIT &50
  12. ;
  13. ;
  14. PRINT 
  15. PRINT Welcome!
  16. PRINT Just a moment while I record your new user stuff...
  17. PRINT 
  18. PRINT
  19. ;
  20. ;
  21. ;DISPLAY HD 60:Mansion BBS ƒ:Mansion Data:Text:Disclaimer
  22. ;
  23. PRINT 
  24. PRINT Please take a few minutes to answer the following questions:
  25. PRINT 
  26. PRINT 1) Your Reasons for joining The BBS.
  27. PRINT 2) Your Modem Phone Number (if different from your voice number given).
  28. PRINT 3) Where did you hear about The BBS?
  29. PRINT 4) Your Knowledge of Computers and BBS's. (i.e. Novice/ Basic/ Expert/ etc.)
  30. PRINT 5) What you call BBS's for? (Messages/ Files/ Games/ Other)
  31. PRINT 6) Anything else you think we should know about you.
  32. PRINT 
  33. PRINT You Must Enter A Message, or you will Not be validated!
  34. PRINT
  35. PRINT Enter 'New User App' for Subject, Thank You.
  36. PRINT 
  37. PRINT
  38. ;
  39. COMMANDR 35,9
  40. PRINT 
  41. PRINT Thanks Hope to see you around The BBS!
  42. ;
  43. RUN LOGON
  44. END
  45.